@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@import url("../font/Avian/Avian.css");
@import url("../font/pmzd/pmzd.css");
@import url("../font/CenturyGothic/CenturyGothic.css");
@import url("../font/centurygothicbold/centurygothicbold.css");
html { color: #666666; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: attr(data-line); overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

@font-face { font-family: "DINOTBold"; src: url("../font/DINOT/DINOTBold.otf") format("OpenType"); font-weight: normal; font-style: normal; }
@font-face { font-family: "DINOTMedium"; src: url("../font/DINOT/DINOTMedium.ttf") format("truetype"); font-weight: normal; font-style: normal; }
body { --theme-red:#d51e07; --theme-color: #d51e07; --theme-bgcolor:#f5f7fa; --theme-orange:#ea5412; --color-nomarl:#666666; --color-primary:#333333; }

@media (min-width: 1680px) { .container-xl { max-width: 1420px; } }
@keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@-o-keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@-moz-keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@-ms-keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@keyframes changeColor { from { color: var(--theme-color); }
  to { color: #ffffff; } }
@keyframes scrollBack { 0% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
  50% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  100% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } }
@keyframes btnWave { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; opacity: 0; }
  75% { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scaleX(0.9); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; opacity: 0.8; }
  100% { /*-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(0); -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center;*/
opacity: 0; } }
.red { color: var(--theme-color); }

.no-filter { filter: none !important; }

.header { z-index: 999; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .header-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.header .logo { position: relative; z-index: 20; border-right: 1px solid rgba(255, 255, 255, 0.2); }
.header .logo .logo-img { max-width: 320px; }
.header .logo .logo-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-height: 46px; }
@media (max-width: 991.98px) { .header .logo .logo-img img { max-height: 43px; } }
@media (max-width: 767.98px) { .header .logo .logo-img img { max-height: 38px; } }
@media (max-width: 767.98px) { .header .logo .logo-img img { max-height: 32px; } }
.header .nav { flex: 1; }
.header .nav li { flex: 1; }
.header .nav li > a { display: block; position: relative; color: #ffffff; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li > a { padding: 0 1rem; } }
.header .nav li > a::before { content: ''; position: absolute; z-index: 2; display: block; margin: auto; bottom: -2px; width: 25%; left: 0; right: 0; height: 3px; background-color: var(--theme-color); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.header .nav li .sub-nav { position: absolute; width: 100%; left: 0; top: 100%; display: none; }
.header .nav li .sub-nav .sub-nav-wrap { background-image: linear-gradient(0deg, rgba(0, 19, 63, 0.8), rgba(0, 19, 63, 0.9)); margin: auto; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; padding: 2% 0 3%; backdrop-filter: blur(13px); }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-name { font-size: 26px; color: #ffffff; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-desc { color: #fff; opacity: .6; font-size: 16px; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd { margin-bottom: 0; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a { color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a:hover { color: var(--theme-color); }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-img img { max-width: 100%; }
.header .nav li:hover > a { color: var(--theme-color); width: 100%; text-align: center; }
.header .nav li:hover > a::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .nav li:hover .sub-nav .sub-nav-wrap { opacity: 1; }
.header .header-tel { border-left: 1px solid rgba(255, 255, 255, 0.2); }
.header .header-tel .tel-icon { width: 52px; display: inline-block; vertical-align: middle; position: relative; }
.header .header-tel .tel-icon img { max-width: 100%; max-height: 100%; }
.header .header-tel .tel-info .tel-txt { font-size: 14px; color: #ffffff; }
.header .header-tel .tel-info .tel-num { font-family: DINOTBold; font-size: 30px; line-height: 1; color: #ffffff; }
@media (max-width: 1679.98px) { .header .header-tel .tel-info .tel-num { font-size: 22px; } }
@media (max-width: 1199.98px) { .header .header-tel .tel-info .tel-num { font-size: 20px; } }
.header:not(.open-menu) .logo img, .header:not(.header-min) .logo img { filter: grayscale(100%) brightness(100); }
.header:not(.open-menu) .nav li > a, .header:not(.header-min) .nav li > a { color: #ffffff; }
.header.header-min .header-wrap { box-shadow: 0 0 20px rgba(39, 39, 39, 0.08); background-color: rgba(255, 255, 255, 0.95); }
.header.header-min .logo img { filter: none; height: 42px; }
.header.header-min .nav li > a { color: #333333; }
.header.header-min .header-tel .tel-info .tel-txt { color: #666666; }
.header.header-min .header-tel .tel-info .tel-num { color: var(--theme-color); }
.header:not(.open-menu).scroll_bottom { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.header.open-menu .logo img { filter: none !important; }

.menu-icon { width: 60px; height: 60px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; margin: auto; top: 0; bottom: 0; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { position: fixed; width: 100vw; height: 100vh; z-index: 10; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); top: 0; left: 0; padding: 60px; overflow-x: scroll; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (max-width: 575.98px) { .mobile-nav { padding: 60px 20px; } }
.mobile-nav .nav-wrap { margin-top: 3rem; }
.mobile-nav .nav-wrap dl { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: .5rem; margin-bottom: 0; }
.mobile-nav .nav-wrap dl dt { font-weight: normal; position: relative; }
.mobile-nav .nav-wrap dl dt.has-child::before, .mobile-nav .nav-wrap dl dt.has-child::after { content: ''; display: block; position: absolute; width: 12px; height: 0; border-bottom: 1px solid #999999; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; right: 0; margin: auto; top: 0; bottom: 0; }
.mobile-nav .nav-wrap dl dt.has-child::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-nav .nav-wrap dl dt.has-child::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl dt a { font-size: 18px; color: #333333; line-height: 2; display: block; width: 90%; }
.mobile-nav .nav-wrap dl dd { margin-bottom: 0; display: none; }
.mobile-nav .nav-wrap dl dd .child-nav { border-top: 1px solid rgba(0, 0, 0, 0.05); margin-top: 5px; padding-top: 5px; }
.mobile-nav .nav-wrap dl dd .child-nav li { padding-left: 10px; }
.mobile-nav .nav-wrap dl dd .child-nav li a { color: #666666; line-height: 2; font-size: 14px; }
.mobile-nav .nav-wrap dl dd .child-nav li a:hover { color: var(--theme-color); }
.mobile-nav .nav-wrap dl.active dt.has-child::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl.active dt.has-child::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.sbanner { top: 0; height: 500px; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
@media (max-width: 991.98px) { .sbanner { height: 360px; } }
@media (max-width: 767.98px) { .sbanner { height: 320px; } }
@media (max-width: 575.98px) { .sbanner { height: 260px; } }
.sbanner .sbanner-wrap { color: #ffffff; }
.sbanner .sbanner-wrap h3 { font-size: 42px; font-weight: normal; }
@media (max-width: 1199.98px) { .sbanner .sbanner-wrap h3 { font-size: 36px; } }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap h3 { font-size: 34px; } }
@media (max-width: 767.98px) { .sbanner .sbanner-wrap h3 { font-size: 30px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap h3 { font-size: 26px; } }
.sbanner .sbanner-wrap p { font-size: 18px; }

.location-box { height: 0; }
.location-box-wrap { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); border-top: 1px solid rgba(255, 255, 255, 0.3); }
.location-box-wrap .wrap { height: 60px; }
.location-box-wrap .location { color: #ffffff; font-family: serif; }
.location-box-wrap .location svg { width: 22px; height: 22px; }
.location-box-wrap .location svg path { fill: #ffffff; }
.location-box-wrap .location a { color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-family: "Microsoft YaHei"; }
.location-box-wrap .location a:hover { color: var(--theme-color); }
.location-box-wrap .location span { display: inline-block; vertical-align: middle; }
.location-box-wrap .sub_nav li a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.location-box-wrap .sub_nav li a:hover { color: var(--theme-color); }

.footer { background: url("../Image/footer-bg.jpg") center/cover no-repeat; }
@media (min-width: 1200px) { .footer { border-top-left-radius: 60px; } }
@media (min-width: 1400px) { .footer { border-top-left-radius: 80px; } }
.footer .f-box { position: relative; }
.footer .f-box .box-head { position: relative; color: #ffffff; padding: 1rem 0; border-bottom: 1px solid #495262; margin-bottom: 1rem; }
.footer .f-box .box-head::before { content: ''; display: inline-block; vertical-align: middle; width: 9px; height: 9px; background-color: var(--theme-color); position: relative; margin-right: 5px; }
.footer .f-box .box-head .head-name { font-size: 16px; }
.footer .f-box .box-head .head-en { padding-left: 5px; font-size: 14px; opacity: .3; text-transform: uppercase; }
.footer .footer-nav li, .footer .footer-goods li { padding: .5rem 0; }
.footer .footer-nav a, .footer .footer-goods a { color: #ffffff; opacity: .6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-nav a:hover, .footer .footer-goods a:hover { opacity: .8; }
.footer .footer-contact { color: #ffffff; }
.footer .footer-contact .contact-top .contact-tel p.tel-tips { font-size: 14px; line-height: 2; }
.footer .footer-contact .contact-top .contact-tel p.tel-num { margin-top: 8px; font-size: 26px; line-height: 1; color: #ffffff; font-family: DINOTMedium; }
@media (max-width: 1399.98px) { .footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 24px; } }
@media (max-width: 1199.98px) { .footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 22px; } }
@media (max-width: 767.98px) { .footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 20px; } }
.footer .footer-contact .contact-con p { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; line-height: 2; opacity: .6; }
.footer .footer-contact .contact-con p:hover { opacity: .8; }
.footer .footer-qrcodes .contact-qrcode .qrcode-wrap { width: 100px; }
.footer .footer-qrcodes .qrcode-name { font-size: 14px; color: #ffffff; opacity: .6; }
.footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .copyright span, .footer .copyright a { color: rgba(255, 255, 255, 0.2); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .copyright span:hover, .footer .copyright a:hover { color: rgba(255, 255, 255, 0.8); }
@media (max-width: 991.98px) { .footer .copyright span, .footer .copyright a { font-size: 14px; } }

.theme-head .head-left .head-top .head-dot { width: 5px; height: 5px; display: inline-block; margin-right: 10px; position: relative; }
.theme-head .head-left .head-top .head-dot::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: var(--theme-color); z-index: 2; }
.theme-head .head-left .head-top .head-dot::after { content: ''; display: block; position: absolute; margin: auto; right: 0; top: 0; bottom: 0; height: 1px; background-color: #ebebeb; width: 30vw; }
.theme-head .head-left .head-top .head-en-name { color: #999999; }
@media (max-width: 575.98px) { .theme-head .head-left .head-top .head-en-name { font-size: 14px; } }
.theme-head .head-left .head-name { font-size: 32px; }
@media (max-width: 1679.98px) { .theme-head .head-left .head-name { font-size: 28px; } }
@media (max-width: 1399.98px) { .theme-head .head-left .head-name { font-size: 28px; } }
@media (max-width: 767.98px) { .theme-head .head-left .head-name { font-size: 26px; } }
@media (max-width: 575.98px) { .theme-head .head-left .head-name { font-size: 22px; } }

.theme-btn { display: inline-block; background-color: var(--theme-color); padding-right: 20px; position: relative; }
.theme-btn::before, .theme-btn::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); top: 0; bottom: 0; left: 0; margin: auto; }
.theme-btn::before { -webkit-animation: btnWave 1s infinite; -o-animation: btnWave 1s infinite; animation: btnWave 2s infinite; }
.theme-btn::after { width: 90%; -webkit-animation: btnWave 1s infinite; -o-animation: btnWave 1s infinite; animation: btnWave 1.5s infinite; -webkit-animation-delay: .5s; -moz-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }
.theme-btn a { display: block; background-color: rgba(255, 255, 255, 0.1); padding: 8px 15px; color: #ffffff; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .theme-btn { padding-right: 15px; }
  .theme-btn a { font-size: 14px; padding: 6px 10px; } }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #f6f6f6; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

.bg { background-color: #f5f5f5; }

/*index product*/
.section, .inner-section { padding: 2% 0; }
.section .sec-head, .inner-section .sec-head { text-align: center; position: relative; margin: 1rem 0; }
.section .sec-head .head-name, .inner-section .sec-head .head-name { font-size: 36px; position: relative; z-index: 2; color: #282828; font-weight: bold; }
.section .sec-head .head-name::after, .inner-section .sec-head .head-name::after { color: #eff1f6; content: attr(data-title); font-family: centurygothicbold, DINOTBold, Bahnschrift; font-size: 70px; text-align: center; position: absolute; text-transform: uppercase; left: 0; right: 0; margin: auto; top: 0; bottom: 0; display: block; line-height: 0.9; font-weight: bold; }
.section .sec-head .head-name span, .inner-section .sec-head .head-name span { position: relative; z-index: 2; }
@media (max-width: 991.98px) { .section .sec-head .head-name::after, .inner-section .sec-head .head-name::after { font-size: 60px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name, .inner-section .sec-head .head-name { font-size: 22px; }
  .section .sec-head .head-name::after, .inner-section .sec-head .head-name::after { font-size: 32px; line-height: 1; } }
.section .sec-head .head-desc, .inner-section .sec-head .head-desc { position: relative; z-index: 2; color: #666666; font-size: 14px; text-transform: uppercase; line-height: 2; }
@media (min-width: 1680px) { .section .sec-head .head-desc, .inner-section .sec-head .head-desc { font-size: 18px; } }
@media (max-width: 575.98px) { .section .sec-head .head-desc, .inner-section .sec-head .head-desc { font-size: 12px; } }
.section .sec-head.head-white .head-name, .inner-section .sec-head.head-white .head-name { color: #ffffff; }
.section .sec-head.head-white .head-name::after, .inner-section .sec-head.head-white .head-name::after { color: #ffffff; opacity: .1; }
.section .sec-head.head-white .head-name .red, .inner-section .sec-head.head-white .head-name .red { color: #ffffff; }
.section .sec-head.head-white .head-desc, .inner-section .sec-head.head-white .head-desc { color: #ffffff; }

.section.sec-product { background-color: #f7f8fb; }
.section.sec-product .product-box .item .item-wrap .item-img { overflow: hidden; }
.section.sec-product .product-box .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-product .product-box .item .item-wrap .item-img .overlay { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: rgba(0, 19, 63, 0.4); opacity: 0; }
.section.sec-product .product-box .item .item-wrap .item-img .overlay .overlay-wrap { display: none; padding: 12px; text-align: center; }
.section.sec-product .product-box .item .item-wrap .item-img .overlay .overlay-wrap p { position: relative; color: #ffffff; font-size: 18px; opacity: 0; -webkit-transition: opacity .4s; -moz-transition: opacity .4s; -ms-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; }
.section.sec-product .product-box .item .item-wrap .item-img .overlay .overlay-wrap p::before, .section.sec-product .product-box .item .item-wrap .item-img .overlay .overlay-wrap p::after { content: ''; display: block; width: 80%; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); margin: 5px auto; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
@media (max-width: 991.98px) { .section.sec-product .product-box .item .item-wrap .item-img .overlay .overlay-wrap p { font-size: 16px; } }
@media (max-width: 575.98px) { .section.sec-product .product-box .item .item-wrap .item-img .overlay .overlay-wrap p { font-size: 14px; } }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name { font-size: 18px; }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon { width: 29px; height: 29px; position: relative; background-color: var(--theme-color); border-radius: 3px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon i { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; height: 0; width: 30%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: rotate(-90deg) translateX(-10%); -moz-transform: rotate(-90deg) translateX(-10%); -ms-transform: rotate(-90deg) translateX(-10%); -o-transform: rotate(-90deg) translateX(-10%); transform: rotate(-90deg) translateX(-10%); }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon i::before, .section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon i::after { content: ''; display: block; position: absolute; width: 100%; height: 0; border-bottom: 1px solid #ffffff; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; right: 0; }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon svg { display: block; stroke: #ffffff; }
@media (min-width: 992px) { .section.sec-product .product-box .item .item-wrap .item-caption .item-name { width: 75%; } }
@media (max-width: 767.98px) { .section.sec-product .product-box .item .item-wrap .item-caption .item-name { font-size: 16px; }
  .section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon { width: 24px; height: 24px; } }
@media (max-width: 575.98px) { .section.sec-product .product-box .item .item-wrap .item-caption .item-name { font-size: 14px; }
  .section.sec-product .product-box .item .item-wrap .item-caption .item-name .name-icon { width: 18px; height: 18px; } }
.section.sec-product .product-box .item .item-wrap .item-caption .item-more { font-size: 14px; color: #666666; }
.section.sec-product .product-box .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.section.sec-product .product-box .item:hover .item-wrap .item-img .overlay { opacity: 1; }
.section.sec-product .product-box .item:hover .item-wrap .item-img .overlay .overlay-wrap { display: block; }
.section.sec-product .product-box .item:hover .item-wrap .item-img .overlay .overlay-wrap p { opacity: 1; }
.section.sec-product .product-box .item:hover .item-wrap .item-img .overlay .overlay-wrap p::before, .section.sec-product .product-box .item:hover .item-wrap .item-img .overlay .overlay-wrap p::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.section.sec-product .product-box .item:hover .item-wrap .item-caption .item-name { color: #d51e07; }
.section.sec-product .product-box .item:hover .item-wrap .item-caption .item-name .name-icon { border-radius: 50%; }
.section.sec-product .product-box .item:hover .item-wrap .item-caption .item-name .name-icon i { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.section.sec-adv { position: relative; overflow: hidden; }
.section.sec-adv .adv-box { border-bottom-left-radius: 80px; border-top-right-radius: 80px; overflow: hidden; }
.section.sec-adv .adv-box .adv-top { padding-top: 7%; position: relative; z-index: 5; }
@media (max-width: 575.98px) { .section.sec-adv .adv-box { border-bottom-left-radius: 0; border-top-right-radius: 0; }
  .section.sec-adv .adv-box .adv-top { padding-top: 0; } }
.section.sec-adv .adv-box .adv-img { flex: 0 auto; width: 54%; position: relative; }
.section.sec-adv .adv-box .adv-img .adv-dot { position: absolute; top: -10%; right: -10%; }
.section.sec-adv .adv-box .adv-img img { position: relative; z-index: 2; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-img { width: 43%; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box .adv-img { width: 100%; } }
.section.sec-adv .adv-box .adv-img .adv-prev, .section.sec-adv .adv-box .adv-img .adv-next { width: 45px; height: 45px; background-color: #c5c5c5; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #ffffff; text-align: center; line-height: 45px; margin-left: 2px; }
.section.sec-adv .adv-box .adv-img .adv-prev:hover, .section.sec-adv .adv-box .adv-img .adv-next:hover { background-color: var(--theme-color); }
.section.sec-adv .adv-box .adv-info { position: relative; z-index: 2; flex: 0 auto; width: 46%; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-info { width: 57%; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box .adv-info { width: 100%; } }
.section.sec-adv .adv-box .adv-info .adv-title .en-title { font-family: centurygothicbold,Avian; color: #282828; font-size: 50px; text-transform: uppercase; line-height: 1; }
@media (min-width: 1680px) { .section.sec-adv .adv-box .adv-info .adv-title .en-title { font-size: 60px; } }
@media (max-width: 1199.98px) { .section.sec-adv .adv-box .adv-info .adv-title .en-title { font-size: 46px; } }
@media (max-width: 992.98px) { .section.sec-adv .adv-box .adv-info .adv-title .en-title { font-size: 36px; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box .adv-info .adv-title .en-title { font-size: 36px; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-box .adv-info .adv-title .en-title { font-size: 32px; } }
.section.sec-adv .adv-box .adv-info .adv-title .cn-title { font-size: 15px; color: #666666; line-height: 2.2; }
@media (min-width: 768px) { .section.sec-adv .adv-box .adv-info .adv-title .cn-title { font-size: 16px; } }
@media (min-width: 992px) { .section.sec-adv .adv-box .adv-info .adv-title .cn-title { letter-spacing: 1px; } }
@media (min-width: 1200px) { .section.sec-adv .adv-box .adv-info .adv-title .cn-title { letter-spacing: 5px; } }
@media (min-width: 1680px) { .section.sec-adv .adv-box .adv-info .adv-title .cn-title { letter-spacing: 9px; } }
.section.sec-adv .adv-box .adv-info .adv-title .title-line::before, .section.sec-adv .adv-box .adv-info .adv-title .title-line::after { content: ''; display: inline-block; height: 3px; }
.section.sec-adv .adv-box .adv-info .adv-title .title-line:before { width: 20px; background-color: #d51e07; }
.section.sec-adv .adv-box .adv-info .adv-title .title-line::after { margin-left: 3px; width: 5px; background-color: #f1bbb9; }
.section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-title { font-weight: bold; }
.section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-title strong { font-size: 30px; color: #282828; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-title strong { font-size: 24px; } }
.section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-title span { text-transform: uppercase; color: #777777; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-title span { font-size: 14px; } }
.section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-content { color: #777777; line-height: 36px; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-info .adv-swiper .adv-item .item-content { line-height: 2; font-size: 14px; } }
.section.sec-adv .adv-box .adv-bottom .wrap-left { width: 27.8%; position: relative; z-index: 2; }
.section.sec-adv .adv-box .adv-bottom .wrap-left > img { position: absolute; bottom: 0; right: 0; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-left { width: 20%; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-left { display: none; } }
.section.sec-adv .adv-box .adv-bottom .wrap-right { flex: 72.2%; padding: 35px 0; position: relative; z-index: 3; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right { padding: 3% 0; } }
.section.sec-adv .adv-box .adv-bottom .wrap-right::before, .section.sec-adv .adv-box .adv-bottom .wrap-right::after { content: ''; display: block; position: absolute; left: 0; bottom: 0; z-index: 0; width: 200%; }
.section.sec-adv .adv-box .adv-bottom .wrap-right::before { background-color: #ffffff; height: 100%; z-index: 1; border-bottom: 1px solid #eee; }
.section.sec-adv .adv-box .adv-bottom .wrap-right::after { height: 1000%; background-color: #f7f8fb; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left { padding-left: 32px; position: relative; z-index: 2; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title strong { font-family: pmzd; color: var(--theme-color); font-size: 32px; letter-spacing: 8px; font-weight: normal; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title span { color: #282828; font-size: 22px; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-desc { font-size: 18px; color: #666666; letter-spacing: 15px; }
@media (max-width: 1199.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title strong { letter-spacing: 5px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-desc { letter-spacing: 8px; } }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title strong { font-size: 28px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title span { font-size: 16px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-desc { font-size: 16px; letter-spacing: 5px; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title strong { font-size: 24px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title span { font-size: 16px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-desc { letter-spacing: 3px; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left { padding-left: 20px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title strong { font-size: 18px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-title span { font-size: 12px; }
  .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-left .left-desc { font-size: 14px; letter-spacing: 1px; } }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-mid { position: relative; z-index: 2; flex: 1; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-mid .tel-num { text-align: center; color: #333333; font-size: 30px; font-family: DINOTMedium; text-transform: uppercase; }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-mid .tel-num { font-size: 20px; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-mid .tel-num { font-size: 16px; } }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-right { position: relative; z-index: 2; width: 80px; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-right .w-prev, .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-right .w-next { width: 30px; height: 30px; background-color: #c5c5c5; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #ffffff; text-align: center; line-height: 30px; border-radius: 50%; }
.section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-right .w-prev:hover, .section.sec-adv .adv-box .adv-bottom .wrap-right .bottom-right .w-next:hover { background-color: var(--theme-color); }
.section.sec-cases { position: relative; }
.section.sec-cases .case-swiper .item { overflow: hidden; }
.section.sec-cases .case-swiper .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; position: relative; }
.section.sec-cases .case-swiper .item .item-wrap .item-img { opacity: .3; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.section.sec-cases .case-swiper .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-cases .case-swiper .item .item-wrap .item-name { color: #fff; position: absolute; height: 42px; font-weight: bold; font-size: 18px; line-height: 42px; z-index: 2; width: 100%; bottom: 10px; left: 2rem; -webkit-transition: opacity .5s,transform .3s; -moz-transition: opacity .5s,transform .3s; -ms-transition: opacity .5s,transform .3s; -o-transition: opacity .5s,transform .3s; transition: opacity .5s,transform .3s; }
.section.sec-cases .case-swiper .item .item-wrap .overlay { display: block; width: 100%; height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; padding: 10%; }
.section.sec-cases .case-swiper .item .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; opacity: 0; width: 100%; height: 100%; border-radius: 10px; background-color: rgba(0, 19, 63, 0.5); color: #ffffff; }
.section.sec-cases .case-swiper .item .item-wrap .overlay .overlay-wrap .item-name { position: static; line-height: 2; text-align: center; height: auto; }
.section.sec-cases .case-swiper .item .item-wrap .overlay .overlay-wrap .item-brief { font-size: 14px; }
@media (max-width: 767.98px) { .section.sec-cases .case-swiper .item .item-wrap .overlay .overlay-wrap .item-brief { font-size: 12px; } }
.section.sec-cases .case-swiper .item .item-wrap .overlay .overlay-wrap .item-more { display: inline-block; border-radius: 10rem; border: 1px solid rgba(255, 255, 255, 0.5); padding: 5px 20px; font-size: 14px; color: #ffffff; }
@media (max-width: 767.98px) { .section.sec-cases .case-swiper .item .item-wrap .overlay .overlay-wrap .item-more { padding: 3px 10px; font-size: 12px; } }
.section.sec-cases .case-swiper .item .item-wrap::after { content: ''; position: absolute; width: 100%; height: 25%; display: block; left: 0; bottom: 0; background-image: linear-gradient(0deg, rgba(0, 19, 63, 0.8), rgba(0, 19, 63, 0.02)); }
.section.sec-cases .case-swiper .item.swiper-slide-visible .item-wrap .item-img { opacity: 1; }
.section.sec-cases .case-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.section.sec-cases .case-swiper .item:hover .item-wrap .item-name { transform: scale(2); opacity: 0; }
.section.sec-cases .case-swiper .item:hover .item-wrap .overlay { display: block; }
.section.sec-cases .case-swiper .item:hover .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.section.sec-cases .case-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { transform: scale(1); opacity: 1; }
.section.sec-about { overflow: hidden; position: relative; padding-top: 5%; }
.section.sec-about .about-left .left-wrap { padding-top: 3%; }
.section.sec-about .about-left .left-wrap .about-head .company-name { color: #666666; font-size: 20px; }
.section.sec-about .about-left .left-wrap .about-head .company-name::before { content: attr(data-title); position: absolute; color: #f8f8f8; text-transform: uppercase; font-family: centurygothicbold; font-size: 114px; bottom: -20px; line-height: 1; }
.section.sec-about .about-left .left-wrap .about-head .company-name span { position: relative; z-index: 2; }
@media (max-width: 1199.98px) { .section.sec-about .about-left .left-wrap .about-head .company-name::before { font-size: 94px; } }
@media (max-width: 991.98px) { .section.sec-about .about-left .left-wrap .about-head .company-name { font-size: 18px; }
  .section.sec-about .about-left .left-wrap .about-head .company-name::before { font-size: 72px; } }
@media (max-width: 575.98px) { .section.sec-about .about-left .left-wrap .about-head .company-name { font-size: 16px; }
  .section.sec-about .about-left .left-wrap .about-head .company-name::before { font-size: 62px; bottom: -10px; } }
.section.sec-about .about-left .left-wrap .about-head .company-brief { font-size: 36px; font-weight: bold; color: #282828; }
@media (max-width: 575.98px) { .section.sec-about .about-left .left-wrap .about-head .company-brief { font-size: 28px; } }
.section.sec-about .about-left .left-wrap .left-body { position: relative; margin-top: 6%; }
.section.sec-about .about-left .left-wrap .left-body::before { content: ''; width: 200%; border-radius: 80px; border: 2px solid #f4f4f4; position: absolute; top: 0; right: -20%; height: 100%; }
.section.sec-about .about-left .left-wrap .left-body .body-wrap { position: relative; z-index: 2; padding: 5% 5% 10% 0; }
@media (max-width: 991px) { .section.sec-about .about-left .left-wrap .left-body { margin-top: 3%; }
  .section.sec-about .about-left .left-wrap .left-body .body-wrap { padding: 3%; } }
.section.sec-about .about-left .left-wrap .about-content { color: #666; line-height: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 5; background-color: rgba(255, 255, 255, 0.85); }
.section.sec-about .about-left .left-wrap .about-more { background-color: var(--theme-color); line-height: inherit; color: #ffffff; }
.section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 5% 6%; border: 1px solid #efefef; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: rgba(255, 255, 255, 0.85); backdrop-filter: blur(5px); }
.section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap { text-align: center; }
.section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; }
.section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-icon .icon-img { max-width: 60%; }
.section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-name { line-height: 2; font-size: 18px; }
.section.sec-about .about-left .left-wrap .about-param-box .param-item:hover { border: 1px dashed var(--theme-color); }
.section.sec-about .about-left .left-wrap .about-param-box .param-item:hover .item-wrap .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1199.98px) { .section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 2% 4%; } }
@media (max-width: 998.98px) { .section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 5% 6%; } }
@media (max-width: 575.98px) { .section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 2% 4%; }
  .section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-icon { width: 42px; height: 42px; }
  .section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-name { font-size: 14px; } }
.section.sec-about .about-right .about-img { position: absolute; right: 0; bottom: 10%; max-width: 50%; }
.section.sec-message { background: url("../Image/message-bg.jpg") center/cover fixed no-repeat; color: #ffffff; padding: 3.2% 0; }
.section.sec-message .message-tips { font-size: 24px; }
.section.sec-message .message-title { font-size: 36px; position: relative; display: inline-block; }
@media (max-width: 1199.98px) { .section.sec-message .message-title { font-size: 24px; } }
.section.sec-message .message-title::before { content: ''; position: absolute; height: 5px; left: 0; width: 100%; bottom: 7px; background-color: #0f2645; }
.section.sec-message .message-title span { position: relative; z-index: 2; }
.section.sec-message .message-desc { font-size: 18px; font-weight: 100; }
.section.sec-message .message-contact { margin-top: 5%; }
.section.sec-message .message-contact .message-btn { background-color: #ffffff; border-radius: 10rem; padding: 10px 40px; }
.section.sec-message .message-contact .message-btn .btn-icon { margin-right: 5px; display: inline-block; vertical-align: middle; }
.section.sec-message .message-contact .message-btn span { vertical-align: middle; color: #333333; }
.section.sec-message .message-contact .contact-tel .tel-icon { position: relative; width: 36px; height: 36px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; margin-right: 1rem; }
.section.sec-message .message-contact .contact-tel .tel-icon .icon-img { max-width: 50%; }
.section.sec-message .message-contact .contact-tel .tel-info .tel-tips { opacity: .6; font-size: 14px; }
.section.sec-message .message-contact .contact-tel .tel-info .tel-num { font-family: DINOTMedium; font-size: 26px; line-height: 1; }
@media (max-width: 575.98px) { .section.sec-message .message-tips { font-size: 14px; }
  .section.sec-message .message-title { font-size: 22px; }
  .section.sec-message .message-desc { font-size: 12px; }
  .section.sec-message .message-contact .message-btn { padding: 6px 15px; font-size: 12px; }
  .section.sec-message .message-contact .message-btn img { width: 22px; }
  .section.sec-message .message-contact .contact-tel .tel-icon { width: 32px; height: 32px; margin-right: .5rem; }
  .section.sec-message .message-contact .contact-tel .tel-info .tel-tips { font-size: 12px; }
  .section.sec-message .message-contact .contact-tel .tel-info .tel-num { font-size: 20px; } }
.section.sec-message .w-form .form-item .input-txt, .section.sec-message .w-form .form-item .input-textarea { background-color: rgba(255, 255, 255, 0.4); color: #ffffff; border-radius: 5px; font-size: 14px; }
.section.sec-message .w-form .form-item .input-txt::-webkit-input-placeholder, .section.sec-message .w-form .form-item .input-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ffffff; }
.section.sec-message .w-form .form-item .input-txt:-ms-input-placeholder, .section.sec-message .w-form .form-item .input-textarea:-ms-input-placeholder { /* IE 10+ */ color: #ffffff; }
.section.sec-message .w-form .form-item .input-txt:-moz-placeholder, .section.sec-message .w-form .form-item .input-textarea:-moz-placeholder { /* Firefox 18- */ color: #ffffff; }
.section.sec-message .w-form .form-item .input-txt::-moz-placeholder, .section.sec-message .w-form .form-item .input-textarea::-moz-placeholder { /* Firefox 19+ */ color: #ffffff; }
.section.sec-message .verifyImg { height: 46px; border-radius: 5px; }
.section.sec-message .form-submit { background-color: white; color: var(--theme-color); text-align: center; display: block; padding: 0 20px; border-radius: 5px; line-height: 46px; width: 100%; }
@media (max-width: 575.98px) { .section.sec-message .w-form .form-item .input-txt, .section.sec-message .w-form .form-item .input-textarea { height: 36px; }
  .section.sec-message .verifyImg { height: 36px; }
  .section.sec-message .form-submit { font-size: 14px; line-height: 36px; } }
.section.sec-news .news-recommend { overflow: hidden; border-radius: 15px; background-color: white; box-shadow: 2.424px 4.373px 9.8px 0.2px rgba(0, 0, 0, 0.08); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-news .news-recommend .item-caption .caption-left { max-width: 80%; }
.section.sec-news .news-recommend .item-caption .caption-left .item-title { font-size: 18px; }
.section.sec-news .news-recommend .item-caption .caption-left .item-desc { font-size: 14px; color: #666666; }
.section.sec-news .news-recommend .item-caption .caption-right .more { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 30px; height: 30px; text-align: center; line-height: 30px; background-color: var(--theme-color); color: #ffffff; border-radius: 3px; display: block; position: relative; }
.section.sec-news .news-recommend .item-caption .caption-right .more svg { position: absolute; display: block; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; }
.section.sec-news .news-recommend .item-caption .caption-right .more svg path { fill: #ffffff; }
.section.sec-news .news-recommend:hover { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); box-shadow: 2.424px 4.373px 15px 0.2px rgba(0, 0, 0, 0.08); }
.section.sec-news .news-recommend:hover .item-caption .caption-right .more { border-radius: 10rem; }
.section.sec-news .news-list-3 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border: 1px solid transparent; border-bottom-color: #e8e8e9; margin: 10px 0; }
.section.sec-news .news-list-3 .news-item a { display: block; width: 100%; }
.section.sec-news .news-list-3 .news-item .news-time { width: 100px; height: 100px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background: #eee; border-radius: 5px; }
.section.sec-news .news-list-3 .news-item .news-time .date { font-size: 50px; line-height: 1; font-family: Bahnschrift; }
.section.sec-news .news-list-3 .news-item .news-time .month { font-size: 14px; }
.section.sec-news .news-list-3 .news-item .news-info { width: calc(100% - 100px); color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-news .news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; }
.section.sec-news .news-list-3 .news-item .news-info .news-desc { font-size: 14px; line-height: 2; }
@media (max-width: 767.98px) { .section.sec-news .news-list-3 .news-item .news-time { width: 80px; height: 80px; }
  .section.sec-news .news-list-3 .news-item .news-time .date { font-size: 32px; }
  .section.sec-news .news-list-3 .news-item .news-time .month { font-size: 12px; }
  .section.sec-news .news-list-3 .news-item .news-info { width: calc(100% - 80px); } }
@media (max-width: 575.98px) { .section.sec-news .news-list-3 .news-item .news-time { width: 80px; height: 80px; }
  .section.sec-news .news-list-3 .news-item .news-time .date { font-size: 32px; }
  .section.sec-news .news-list-3 .news-item .news-time .month { font-size: 12px; }
  .section.sec-news .news-list-3 .news-item .news-info { width: calc(100% - 80px); } }
.section.sec-news .news-list-3 .news-item:hover { border-color: #e8e8e9; border-radius: 15px; }
.section.sec-news .news-list-3 .news-item:hover .news-time { background-color: var(--theme-color); color: #ffffff; }
.section.sec-news .news-list-3 .news-item:hover .news-info .news-title { color: var(--theme-color); }

.category-nav a { display: inline-block; padding: 6px 17px; border-radius: 5px; font-size: 18px;font-size: 30px; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 991.98px) { .category-nav a { font-size: 16px; } }
@media (max-width: 767.98px) { .category-nav a { font-size: 14px; } }
.category-nav a:hover, .category-nav a.on { background-color: var(--theme-color); color: #ffffff; font-weight: bold; }

.news-list .news-item { overflow: hidden; border-radius: 15px; background-color: white; box-shadow: 2.424px 4.373px 9.8px 0.2px rgba(0, 0, 0, 0.08); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-list .news-item .item-caption .caption-left { max-width: 80%; }
.news-list .news-item .item-caption .caption-left .item-title { font-size: 18px; }
.news-list .news-item .item-caption .caption-left .item-desc { font-size: 14px; color: #666666; }
.news-list .news-item .item-caption .caption-right .more { width: 30px; height: 30px; text-align: center; line-height: 30px; background-color: var(--theme-color); color: #ffffff; border-radius: 3px; display: block; position: relative; }
.news-list .news-item .item-caption .caption-right .more svg { position: absolute; display: block; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; }
.news-list .news-item .item-caption .caption-right .more svg path { fill: #ffffff; }
.news-list .news-item:hover { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); box-shadow: 2.424px 4.373px 15px 0.2px rgba(0, 0, 0, 0.08); }

.news-list-2 .news-item { overflow: hidden; border-radius: 15px; background-color: white; box-shadow: 2.424px 4.373px 9.8px 0.2px rgba(0, 0, 0, 0.08); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-list-2 .news-item .item-caption .caption-left { max-width: 80%; }
.news-list-2 .news-item .item-caption .caption-left .item-title { font-size: 18px; }
.news-list-2 .news-item .item-caption .caption-left .item-desc { font-size: 14px; color: #666666; }
.news-list-2 .news-item .item-caption .caption-right .more { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 30px; height: 30px; text-align: center; line-height: 30px; background-color: var(--theme-color); color: #ffffff; border-radius: 3px; display: block; position: relative; }
.news-list-2 .news-item .item-caption .caption-right .more svg { position: absolute; display: block; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; }
.news-list-2 .news-item .item-caption .caption-right .more svg path { fill: #ffffff; }
.news-list-2 .news-item:hover { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); box-shadow: 2.424px 4.373px 15px 0.2px rgba(0, 0, 0, 0.08); }
.news-list-2 .news-item:hover .item-caption .caption-right .more { border-radius: 10rem; }

.news-swiper .item .item-wrap { position: relative; }
.news-swiper .item .item-wrap .item-bottom { position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; background-color: rgba(0, 0, 0, 0.5); }
.news-swiper .item .item-wrap .item-title { width: 80%; color: #ffffff; font-size: 14px; padding: 12px 20px; }

.news-box .item .item-wrap { background-color: #fafafa; border: 1px solid #e9e9e9; padding: 15px 20px; }
.news-box .item .item-wrap .item-title { font-size: 18px; font-weight: bold; }
@media (max-width: 991.98px) { .news-box .item .item-wrap .item-title { line-height: 2; } }
.news-box .item .item-wrap .item-desc { color: #999999; }
.news-box .item .item-wrap .item-bottom { border-top: 1px dashed #ebebeb; padding-top: 1rem; }
.news-box .item .item-wrap .item-time { text-align: center; color: #d9d9d9; }
.news-box .item .item-wrap .item-time .date { font-family: Impact; font-size: 32px; line-height: 1; }
.news-box .item .item-wrap .item-time .year-month { line-height: 2; font-size: 14px; }
.news-box .item .item-wrap .item-more svg { width: 32px; height: 32px; }

.inner-section.sec-about { position: relative; padding-top: 5%; overflow: hidden; }
.inner-section.sec-about .about-left .left-wrap { padding-top: 3%; }
.inner-section.sec-about .about-left .left-wrap .about-head .company-name { color: #666666; font-size: 20px; }
.inner-section.sec-about .about-left .left-wrap .about-head .company-name::before { content: attr(data-title); position: absolute; color: #f8f8f8; text-transform: uppercase; font-family: centurygothicbold; font-size: 114px; bottom: -20px; line-height: 1; }
.inner-section.sec-about .about-left .left-wrap .about-head .company-name span { position: relative; z-index: 2; }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-left .left-wrap .about-head .company-name::before { font-size: 94px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-left .left-wrap .about-head .company-name { font-size: 18px; }
  .inner-section.sec-about .about-left .left-wrap .about-head .company-name::before { font-size: 72px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-left .left-wrap .about-head .company-name { font-size: 16px; }
  .inner-section.sec-about .about-left .left-wrap .about-head .company-name::before { font-size: 62px; bottom: -10px; } }
.inner-section.sec-about .about-left .left-wrap .about-head .company-brief { font-size: 36px; font-weight: bold; color: #282828; }
@media (max-width: 575.98px) { .inner-section.sec-about .about-left .left-wrap .about-head .company-brief { font-size: 28px; } }
.inner-section.sec-about .about-left .left-wrap .left-body { position: relative; margin-top: 6%; }
.inner-section.sec-about .about-left .left-wrap .left-body::before { content: ''; width: 200%; border-radius: 80px; border: 2px solid #f4f4f4; position: absolute; top: 0; right: -20%; height: 100%; }
.inner-section.sec-about .about-left .left-wrap .left-body .body-wrap { position: relative; z-index: 2; padding: 5% 0 10% 0; }
@media (max-width: 991px) { .inner-section.sec-about .about-left .left-wrap .left-body { margin-top: 3%; }
  .inner-section.sec-about .about-left .left-wrap .left-body .body-wrap { padding: 3%; } }
.inner-section.sec-about .about-left .left-wrap .about-content { color: #666; line-height: 2; background-color: rgba(255, 255, 255, 0.85); height: 450px; overflow-y: scroll; padding-right: 5%; }
.inner-section.sec-about .about-left .left-wrap .about-content::-webkit-scrollbar { /*滚动条整体样式*/ width: 3px; /*高宽分别对应横竖滚动条的尺寸*/ height: 2px; }
.inner-section.sec-about .about-left .left-wrap .about-content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: #dddddd; }
.inner-section.sec-about .about-left .left-wrap .about-content::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #f8f8f8; }
.inner-section.sec-about .about-left .left-wrap .about-more { background-color: var(--theme-color); line-height: inherit; color: #ffffff; }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 5% 6%; border: 1px solid #efefef; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: rgba(255, 255, 255, 0.85); backdrop-filter: blur(5px); }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap { text-align: center; }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-icon .icon-img { max-width: 60%; }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-name { line-height: 2; font-size: 18px; }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item:hover { border: 1px dashed var(--theme-color); }
.inner-section.sec-about .about-left .left-wrap .about-param-box .param-item:hover .item-wrap .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 2% 4%; } }
@media (max-width: 998.98px) { .inner-section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 5% 6%; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-left .left-wrap .about-param-box .param-item { padding: 2% 4%; }
  .inner-section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-icon { width: 42px; height: 42px; }
  .inner-section.sec-about .about-left .left-wrap .about-param-box .param-item .item-wrap .item-name { font-size: 14px; } }
.inner-section.sec-about .about-right .about-img { position: absolute; right: 0; bottom: 10%; max-width: 50%; }
.inner-section.sec-service { background: url("../Image/message-bg.jpg") center/cover fixed no-repeat; color: #ffffff; padding: 3.2% 0; }
@media (min-width: 992px) { .inner-section.sec-service .about-param-box { padding-right: 15%; } }
.inner-section.sec-service .about-param-box .param-item { padding: 5% 6%; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-section.sec-service .about-param-box .param-item .item-wrap { text-align: center; }
.inner-section.sec-service .about-param-box .param-item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; }
.inner-section.sec-service .about-param-box .param-item .item-wrap .item-icon .icon-img { max-width: 60%; }
.inner-section.sec-service .about-param-box .param-item .item-wrap .item-name { line-height: 2; font-size: 18px; }
.inner-section.sec-service .about-param-box .param-item:hover { border: 1px dashed var(--theme-color); }
.inner-section.sec-service .about-param-box .param-item:hover .item-wrap .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1199.98px) { .inner-section.sec-service .about-param-box .param-item { padding: 2% 4%; } }
@media (max-width: 998.98px) { .inner-section.sec-service .about-param-box .param-item { padding: 5% 6%; } }
@media (max-width: 575.98px) { .inner-section.sec-service .about-param-box .param-item { padding: 2% 4%; }
  .inner-section.sec-service .about-param-box .param-item .item-wrap .item-icon { width: 42px; height: 42px; }
  .inner-section.sec-service .about-param-box .param-item .item-wrap .item-name { font-size: 14px; } }
.inner-section.sec-service .message-tips { font-size: 24px; }
.inner-section.sec-service .message-title { font-size: 36px; position: relative; display: inline-block; }
.inner-section.sec-service .message-title::before { content: ''; position: absolute; height: 5px; left: 0; width: 100%; bottom: 7px; background-color: #0f2645; }
.inner-section.sec-service .message-title span { position: relative; z-index: 2; }
.inner-section.sec-service .message-desc { font-size: 18px; font-weight: 100; }
.inner-section.sec-service .message-contact { margin-top: 5%; }
.inner-section.sec-service .message-contact .message-btn { background-color: #ffffff; border-radius: 10rem; padding: 10px 40px; }
.inner-section.sec-service .message-contact .message-btn .btn-icon { margin-right: 5px; display: inline-block; vertical-align: middle; }
.inner-section.sec-service .message-contact .message-btn span { vertical-align: middle; color: #333333; }
.inner-section.sec-service .message-contact .contact-tel .tel-icon { position: relative; width: 36px; height: 36px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; margin-right: 1rem; }
.inner-section.sec-service .message-contact .contact-tel .tel-icon .icon-img { max-width: 50%; }
.inner-section.sec-service .message-contact .contact-tel .tel-info .tel-tips { opacity: .6; font-size: 14px; }
.inner-section.sec-service .message-contact .contact-tel .tel-info .tel-num { font-family: DINOTMedium; font-size: 26px; line-height: 1; }
@media (max-width: 1399.98px) { .inner-section.sec-service .message-title { font-size: 24px; } }
@media (max-width: 575.98px) { .inner-section.sec-service .message-tips { font-size: 14px; }
  .inner-section.sec-service .message-title { font-size: 22px; }
  .inner-section.sec-service .message-desc { font-size: 12px; }
  .inner-section.sec-service .message-contact .message-btn { padding: 6px 15px; font-size: 12px; }
  .inner-section.sec-service .message-contact .message-btn img { width: 22px; }
  .inner-section.sec-service .message-contact .contact-tel .tel-icon { width: 32px; height: 32px; margin-right: .5rem; }
  .inner-section.sec-service .message-contact .contact-tel .tel-info .tel-tips { font-size: 12px; }
  .inner-section.sec-service .message-contact .contact-tel .tel-info .tel-num { font-size: 20px; } }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap { position: relative; overflow: hidden; border-radius: 20px 0; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-img img { display: block; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption { position: absolute; padding: 8% 9%; width: 100%; left: 0; bottom: 0; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .5s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-name { color: #ffffff; font-size: 20px; font-weight: bold; line-height: 2; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-en-name { color: #f6f7f9; opacity: .6; font-weight: 100; text-transform: uppercase; }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-name { font-size: 18px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-name { font-size: 18px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-en-name { font-size: 12px; } }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: rgba(1, 25, 82, 0.6); -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap { padding: 22% 10% 5%; color: #ffffff; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-icon { -webkit-transform: translateY(100%) translateX(10%) scale(1.2); -moz-transform: translateY(100%) translateX(10%) scale(1.2); -ms-transform: translateY(100%) translateX(10%) scale(1.2); -o-transform: translateY(100%) translateX(10%) scale(1.2); transform: translateY(100%) translateX(10%) scale(1.2); -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; opacity: 0; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-icon img { max-width: 60%; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-name { font-size: 20px; font-weight: bold; line-height: 2; -webkit-transform: translateY(100%) translateX(10%) scale(1.2); -moz-transform: translateY(100%) translateX(10%) scale(1.2); -ms-transform: translateY(100%) translateX(10%) scale(1.2); -o-transform: translateY(100%) translateX(10%) scale(1.2); transform: translateY(100%) translateX(10%) scale(1.2); -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; opacity: 0; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-en-name { color: #f6f7f9; opacity: .6; font-weight: 100; text-transform: uppercase; -webkit-transform: translateY(100%) translateX(10%) scale(1.2); -moz-transform: translateY(100%) translateX(10%) scale(1.2); -ms-transform: translateY(100%) translateX(10%) scale(1.2); -o-transform: translateY(100%) translateX(10%) scale(1.2); transform: translateY(100%) translateX(10%) scale(1.2); -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; opacity: 0; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-content { font-size: 16px; line-height: 2; margin-top: 8%; -webkit-transform: translateY(100%) translateX(10%) scale(1.2); -moz-transform: translateY(100%) translateX(10%) scale(1.2); -ms-transform: translateY(100%) translateX(10%) scale(1.2); -o-transform: translateY(100%) translateX(10%) scale(1.2); transform: translateY(100%) translateX(10%) scale(1.2); -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; opacity: 0; }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap { padding-top: 12%; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-name { font-size: 18px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-en-name { font-size: 14px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-content { line-height: 1.8; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap { padding-top: 12%; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-icon { width: 46px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-name { font-size: 18px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-en-name { font-size: 12px; }
  .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .overlay .overlay-wrap .item-content { line-height: 1.8; margin-top: 6%; } }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .item-caption { -webkit-transform: translateY(-30%) translateX(10%) scale(1.2); -moz-transform: translateY(-30%) translateX(10%) scale(1.2); -ms-transform: translateY(-30%) translateX(10%) scale(1.2); -o-transform: translateY(-30%) translateX(10%) scale(1.2); transform: translateY(-30%) translateX(10%) scale(1.2); opacity: 0; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay { opacity: 1; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-name, .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-en-name, .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-icon, .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-content { opacity: 1; -webkit-transform: translate(0, 0) scale(1); -moz-transform: translate(0, 0) scale(1); -ms-transform: translate(0, 0) scale(1); -o-transform: translate(0, 0) scale(1); transform: translate(0, 0) scale(1); }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-name { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-en-name { transition-delay: .15s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .overlay .overlay-wrap .item-content { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -ms-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; }
.inner-section.sec-honor { background: url("../Image/sec-honor-bg.jpg") center/cover no-repeat; }
.inner-section.sec-honor .honor-swiper .item { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-honor .honor-swiper .item.swiper-slide-active { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inner-section.sec-honor .honor-swiper .item .item-img img { border-radius: 5px; border: 3px solid #ffffff; }
.inner-section.sec-contact .contact-company { font-size: 28px; color: #282828; font-weight: bold; line-height: 2; }
@media (max-width: 991.98px) { .inner-section.sec-contact .contact-company { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section.sec-contact .contact-company { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-company { font-size: 18px; } }
.inner-section.sec-contact .contact-tips { color: #999999; font-size: 16px; }
@media (max-width: 767.98px) { .inner-section.sec-contact .contact-tips { font-size: 14px; } }

/*产品列表*/
.product-page-title .title { font-size: 36px; color: var(--color-primary); }
@media (max-width: 1199.98px) { .product-page-title .title { font-size: 32px; } }
@media (max-width: 991.98px) { .product-page-title .title { font-size: 28px; } }
@media (max-width: 767.98px) { .product-page-title .title { font-size: 24px; } }
@media (max-width: 575.98px) { .product-page-title .title { font-size: 22px; } }
.product-page-title .desc { color: var(--color-nomarl); }

.pro-category-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #f8f8f8; border: 1px solid #e6e6e6; }
.pro-category-list .item .item-wrap .item-icon .icon-wrap { width: 18px; height: 18px; background-color: var(--theme-color); border-radius: 50%; color: #ffffff; text-align: center; line-height: 18px; }
.pro-category-list .item:hover .item-wrap, .pro-category-list .item.on .item-wrap { border-right-color: var(--theme-color); background-color: var(--theme-color); }
.pro-category-list .item:hover .item-wrap .item-name, .pro-category-list .item.on .item-wrap .item-name { color: #ffffff; }
.pro-category-list .item:hover .item-wrap .item-icon .icon-wrap, .pro-category-list .item.on .item-wrap .item-icon .icon-wrap { background-color: #ffffff; color: var(--theme-color); }

.product-list .item .item-wrap { background-color: #f7f8fb; border-radius: 5px; position: relative; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.product-list .item .item-wrap .item-img { overflow: hidden; }
.product-list .item .item-wrap .item-img a { display: block; overflow: hidden; border-radius: 5px; }
.product-list .item .item-wrap .item-img a img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; border-radius: 5px; }
.product-list .item .item-wrap .item-info .item-title { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 18px;font-size: 20px; color: #282828; font-weight: bold; border-bottom: 1px solid #efefef; }
.product-list .item .item-wrap .item-info .item-title .name-icon { width: 24px; height: 24px; position: relative; background-color: var(--theme-color); border-radius: 3px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.product-list .item .item-wrap .item-info .item-title .name-icon i { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; height: 0; width: 30%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: rotate(-90deg) translateX(-10%); -moz-transform: rotate(-90deg) translateX(-10%); -ms-transform: rotate(-90deg) translateX(-10%); -o-transform: rotate(-90deg) translateX(-10%); transform: rotate(-90deg) translateX(-10%); }
.product-list .item .item-wrap .item-info .item-title .name-icon i::before, .product-list .item .item-wrap .item-info .item-title .name-icon i::after { content: ''; display: block; position: absolute; width: 100%; height: 0; border-bottom: 1px solid #ffffff; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; right: 0; }
.product-list .item .item-wrap .item-info .item-title .name-icon i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.product-list .item .item-wrap .item-info .item-title .name-icon i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 767.98px) { .product-list .item .item-wrap .item-info .item-title { font-size: 16px; }
  .product-list .item .item-wrap .item-info .item-title .name-icon { width: 24px; height: 24px; } }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-info .item-title { bottom: none; font-size: 14px; }
  .product-list .item .item-wrap .item-info .item-title .name-icon { width: 18px; height: 18px; } }
.product-list .item .item-wrap .item-info .item-desc { color: #777777; font-size: 14px;font-size: 18px; line-height: 2; }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-info .item-desc { line-height: 1.5; font-size: 13px; } }
.product-list .item .item-wrap .item-info .item-more { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; border-radius: 10rem; height: 34px; width: 120px; background-color: var(--theme-color); border: 1px solid var(--theme-color); color: #ffffff; text-align: center; font-size: 14px;font-size: 18px; line-height: 32px; }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-info .item-more { font-size: 12px; line-height: 28px; height: 30px; width: 110px; } }
.product-list .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.product-list .item .item-wrap:hover .item-title { color: var(--theme-color); }
.product-list .item .item-wrap:hover .item-title .name-icon { border-radius: 50%; }
.product-list .item .item-wrap:hover .item-title .name-icon i { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.product-list .item .item-wrap:hover .item-more:hover { background-color: #fff; color: var(--theme-color); }

/*产品详情*/
.product-info .info-crumbs .location { padding: 1rem 0; color: #ffffff; }
@media (min-width: 1400px) { .product-info .info-crumbs .location { padding: 2rem 0; } }
.product-info .info-crumbs .location svg { width: 22px; height: 22px; }
.product-info .info-crumbs .location svg path { fill: #ffffff; }
.product-info .info-crumbs .location a { color: #ffffff; }
.product-info .info-crumbs .location a:hover { color: var(--theme-color); }
.product-info .info-top .top-wrap { padding: 3.6%; border-radius: 10px; background: url("../Image/info-top-bg.jpg") bottom center no-repeat #ffffff; }
.product-info .info-top .goods-title { font-size: 26px; font-weight: bold; color: #333333; line-height: 2; }
@media (max-width: 1199.98px) { .product-info .info-top .goods-title { font-size: 22px; } }
@media (max-width: 767.98px) { .product-info .info-top .goods-title { font-size: 18px; } }
.product-info .info-top .goods-desc { border-top: 1px dotted #e9e9e9; border-bottom: 1px dotted #e9e9e9; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.product-info .info-top .goods-desc:hover { color: #666666; }
@media (max-width: 575.98px) { .product-info .info-top .goods-desc { font-size: 14px; } }
.product-info .info-top .relate-swiper .item .item-img { border: 1px solid #f5f5f5; overflow: hidden; }
.product-info .info-top .relate-swiper .item .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.product-info .info-top .relate-swiper .item:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.product-info .info-top .goods-contact .contact-btn { background-color: var(--theme-color); border-radius: 10rem; padding: 10px 40px; }
.product-info .info-top .goods-contact .contact-btn .btn-icon { margin-right: 5px; display: inline-block; vertical-align: middle; filter: grayscale(100%) brightness(100); }
.product-info .info-top .goods-contact .contact-btn span { vertical-align: middle; color: #ffffff; }
.product-info .info-top .goods-contact .contact-tel .tel-icon { position: relative; width: 36px; height: 36px; background-color: rgba(213, 30, 7, 0.2); border-radius: 50%; margin-right: 1rem; }
.product-info .info-top .goods-contact .contact-tel .tel-icon .icon-img { max-width: 50%; }
.product-info .info-top .goods-contact .contact-tel .tel-info .tel-tips { opacity: .6; font-size: 14px; }
.product-info .info-top .goods-contact .contact-tel .tel-info .tel-num { font-family: DINOTMedium; font-size: 26px; line-height: 1; color: #282828; }
@media (max-width: 1399.98px) { .product-info .info-top .goods-contact .contact-tel .tel-info .tel-num { font-size: 24px; } }
@media (max-width: 1199.98px) { .product-info .info-top .goods-contact .contact-btn { padding: 7px 24px; font-size: 14px; }
  .product-info .info-top .goods-contact .contact-btn img { width: 22px; }
  .product-info .info-top .goods-contact .contact-tel .tel-icon { width: 34px; height: 34px; margin-right: .5rem; }
  .product-info .info-top .goods-contact .contact-tel .tel-info .tel-num { font-size: 22px; } }
@media (max-width: 575.98px) { .product-info .info-top .goods-contact .contact-btn { padding: 6px 15px; font-size: 12px; }
  .product-info .info-top .goods-contact .contact-btn img { width: 22px; }
  .product-info .info-top .goods-contact .contact-tel .tel-icon { width: 32px; height: 32px; margin-right: .5rem; }
  .product-info .info-top .goods-contact .contact-tel .tel-info .tel-tips { font-size: 12px; }
  .product-info .info-top .goods-contact .contact-tel .tel-info .tel-num { font-size: 20px; } }
.product-info .info-bottom { padding-top: 3%; padding-bottom: 3%; background-color: #f7f8fb; margin-top: 3%; }
.product-info .info-bottom .info-container { border-radius: 5px; padding: 1rem 2rem 2rem; }
.product-info .info-bottom .info-container .info-nav { border-bottom: 1px solid #eee; }
.product-info .info-bottom .info-container .info-nav ul li { flex: 1; text-align: center; padding: 10px 0 1rem; color: #35363b; position: relative; }
.product-info .info-bottom .info-container .info-nav ul li::after { content: ''; display: block; position: absolute; width: 30px; height: 3px; background-color: var(--theme-color); margin: auto; left: 0; right: 0; bottom: 0; }
.product-info .info-bottom .info-container .info-nav ul li.on, .product-info .info-bottom .info-container .info-nav ul li:hover { color: var(--theme-color); }
@media (max-width: 575.98px) { .product-info .info-bottom .info-container { padding: 1rem; } }
.product-info .goods-detail { width: 100%; overflow-x: scroll; color: #666666; line-height: 28px; }
.product-info .goods-detail img { max-width: 100%; display: inline-block; vertical-align: bottom; }
@media (min-width: 1200px) { .product-info .goods-detail .detail-img { width: 75%; margin: 0 auto; } }
@media (min-width: 1600px) { .product-info .goods-detail .detail-img { width: 50%; margin: 0 auto; } }
.product-info .goods-detail table { border-collapse: collapse; border-spacing: 0; width: 100%; }
.product-info .goods-detail table td, .product-info .goods-detail table th { padding: 3px 5px; position: relative; color: #63636d; border-width: 1px; border-style: solid; border-color: #dee3e9; }
@media (min-width: 1200px) { .product-info .goods-detail table td, .product-info .goods-detail table th { padding: 5px 10px; } }
@media (max-width: 575.98px) { .product-info .goods-detail table td, .product-info .goods-detail table th { font-size: 14px; } }
.product-info .about-param-box .param-item { padding: 5% 6%; border: 1px solid #efefef; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: rgba(255, 255, 255, 0.85); backdrop-filter: blur(5px); text-align: center; }
.product-info .about-param-box .param-item .item-wrap .item-icon { width: 80px; height: 80px; position: relative; margin: 0 auto; }
.product-info .about-param-box .param-item .item-wrap .item-icon .icon-img { max-width: 80%; }
.product-info .about-param-box .param-item .item-wrap .item-name { font-size: 24px; }
.product-info .about-param-box .param-item .item-wrap .item-en-name { font-size: 14px; color: #b2b2b2; text-transform: uppercase; }
@media (max-width: 991.98px) { .product-info .about-param-box .param-item { padding: 3% 5%; } }
@media (max-width: 767.98px) { .product-info .about-param-box .param-item { padding: 2% 5%; }
  .product-info .about-param-box .param-item .item-wrap .item-icon { width: 60px; height: 60px; }
  .product-info .about-param-box .param-item .item-wrap .item-icon img { max-width: 70%; }
  .product-info .about-param-box .param-item .item-wrap .item-name { font-size: 16px; } }
@media (max-width: 575.98px) { .product-info .about-param-box .param-item { padding: 2%; }
  .product-info .about-param-box .param-item .item-wrap .item-icon { width: 46px; height: 46px; }
  .product-info .about-param-box .param-item .item-wrap .item-icon img { max-width: 60%; }
  .product-info .about-param-box .param-item .item-wrap .item-name { font-size: 14px; }
  .product-info .about-param-box .param-item .item-wrap .item-en-name { font-size: 12px; } }
.product-info .about-param-box .param-item:hover { border: 1px dashed var(--theme-color); }
.product-info .about-param-box .param-item:hover .item-wrap .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.product-info .intro-section .sec-head { text-align: center; margin: 4% auto; }
.product-info .intro-section .sec-head .head-name { font-size: 30px; color: var(--theme-color); font-weight: bold; line-height: 1; }
.product-info .intro-section .sec-head .head-desc { font-size: 16px; color: #666666; margin: 0.5rem 0; }
.product-info .intro-section .sec-head .head-line { width: 120px; height: 1px; background-color: #eaeaea; position: relative; margin: 0.5rem auto 1rem; }
.product-info .intro-section .sec-head .head-line::before { content: ''; width: 15px; height: 3px; background-color: var(--theme-color); position: absolute; margin: auto; left: 0; right: 0; top: -1px; bottom: -1px; }
@media (max-width: 575.98px) { .product-info .intro-section .sec-head .head-name { font-size: 20px; }
  .product-info .intro-section .sec-head .head-desc { font-size: 14px; } }
.product-info .adv-box { margin-top: 5%; }
.product-info .adv-box .row:nth-child(even) { -webkit-box-direction: reverse; flex-direction: row-reverse; }
.product-info .adv-box .adv-item .item-img { --mdb-aspect-ratio: 75%; }
@media (max-width: 1199.98px) { .product-info .adv-box .adv-item .item-img { --mdb-aspect-ratio: 56.25%; } }
.product-info .adv-box .adv-item .item-title { font-weight: bold; }
.product-info .adv-box .adv-item .item-title strong { font-size: 30px; color: #282828; }
@media (max-width: 1399.98px) { .product-info .adv-box .adv-item .item-title strong { font-size: 26px; } }
.product-info .adv-box .adv-item .item-title span { text-transform: uppercase; color: #777777; }
.product-info .adv-box .adv-item .item-content { color: #777777; line-height: 36px; }
@media (max-width: 1399.98px) { .product-info .adv-box .adv-item .item-content { line-height: 2; } }
@media (max-width: 767.98px) { .product-info .adv-box .adv-item .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .product-info .adv-box .adv-item .item-title strong { font-size: 22px; }
  .product-info .adv-box .adv-item .item-title span { font-size: 12px; font-weight: normal; }
  .product-info .adv-box .adv-item .item-content { font-size: 14px; line-height: 1.8; } }
.product-info .case-swiper .item { overflow: hidden; }
.product-info .case-swiper .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; position: relative; }
.product-info .case-swiper .item .item-wrap .item-img { opacity: .3; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.product-info .case-swiper .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.product-info .case-swiper .item .item-wrap .item-name { color: #fff; position: absolute; height: 42px; font-weight: bold; font-size: 18px; line-height: 42px; z-index: 2; width: 100%; bottom: 10px; left: 2rem; -webkit-transition: opacity .5s,transform .3s; -moz-transition: opacity .5s,transform .3s; -ms-transition: opacity .5s,transform .3s; -o-transition: opacity .5s,transform .3s; transition: opacity .5s,transform .3s; }
.product-info .case-swiper .item .item-wrap .overlay { display: block; width: 100%; height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; padding: 10%; }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; opacity: 0; width: 100%; height: 100%; border-radius: 10px; background-color: rgba(0, 19, 63, 0.5); color: #ffffff; }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-name { position: static; line-height: 2; text-align: center; height: auto; }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-brief { font-size: 14px; }
@media (max-width: 767.98px) { .product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-brief { font-size: 12px; } }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-more { display: inline-block; border-radius: 10rem; border: 1px solid rgba(255, 255, 255, 0.5); padding: 5px 20px; font-size: 14px; color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 767.98px) { .product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-more { padding: 3px 10px; font-size: 12px; } }
.product-info .case-swiper .item .item-wrap::after { content: ''; position: absolute; width: 100%; height: 25%; display: block; left: 0; bottom: 0; background-image: linear-gradient(0deg, rgba(0, 19, 63, 0.8), rgba(0, 19, 63, 0.02)); }
.product-info .case-swiper .item.swiper-slide-visible .item-wrap .item-img { opacity: 1; }
.product-info .case-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.product-info .case-swiper .item:hover .item-wrap .item-name { transform: scale(2); opacity: 0; }
.product-info .case-swiper .item:hover .item-wrap .overlay { display: block; }
.product-info .case-swiper .item:hover .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.product-info .case-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { transform: scale(1); opacity: 1; }
.product-info .case-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-more:hover { background-color: var(--theme-color); }

.news-info .info-title { font-size: 32px; }
@media (max-width: 991.98px) { .news-info .info-title { font-size: 24px; } }
@media (max-width: 767.98px) { .news-info .info-title { font-size: 22px; } }
@media (max-width: 575.98px) { .news-info .info-title { font-size: 18px; } }
@media (max-width: 767.98px) { .news-info .info-meta { font-size: 14px; } }
@media (max-width: 575.98px) { .news-info .info-meta { font-size: 12px; } }

.widget-box { background: #ffffff; padding: 15px 28px; }
.widget-box .box-head { border-bottom: 1px solid #f2f2f2; }
.widget-box .box-head .head-name { padding: .5rem 0; }
.widget-box .box-head .head-name .head-icon { display: inline-block; vertical-align: middle; transform: skewX(-15deg); }
.widget-box .box-head .head-name .head-icon::before, .widget-box .box-head .head-name .head-icon::after { content: ''; display: inline-block; width: 3px; height: 16px; background-color: var(--theme-color); margin: 0 2px; }
.widget-box .box-head .head-name .cn-name { font-size: 18px; color: #333333; }
.widget-box .box-head .head-name .en-name { text-transform: uppercase; font-size: 14px; color: #aeaeae; }

.category-tree li { border-bottom: 1px solid #efefef; }
.category-tree li a { display: block; line-height: 3; font-size: 16px; padding: 0.5rem 0; }

.cases-list .item .item-wrap .item-img { overflow: hidden; }
.cases-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.cases-list .item .item-wrap .item-bottom { background-color: #f5f5f5; position: relative; }
.cases-list .item .item-wrap .item-bottom > * { position: relative; z-index: 2; }
.cases-list .item .item-wrap .item-bottom::before { content: ''; position: absolute; left: 0; height: 100%; width: 100%; top: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.cases-list .item .item-wrap .item-bottom .item-name { margin-right: 5px; }
.cases-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.cases-list .item:hover .item-wrap .item-bottom { color: #ffffff; }
.cases-list .item:hover .item-wrap .item-bottom::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.service-box .service-title { color: #333333; font-size: 32px; line-height: 2; font-weight: bold; }
@media (max-width: 991.98px) { .service-box .service-title { font-size: 28px; } }
@media (max-width: 767.98px) { .service-box .service-title { font-size: 24px; } }
@media (max-width: 575.98px) { .service-box .service-title { font-size: 22px; } }
.service-box .service-desc { color: #666666; line-height: 2; }
.service-box .service-list .service-item .item-wrap .item-num { width: 95px; height: 95px; border-radius: 50%; border: 1px solid #e4e4e4; margin: 0 auto; color: var(--theme-color); font-size: 36px; font-family: Impact; }
@media (max-width: 1199.98px) { .service-box .service-list .service-item .item-wrap .item-num { font-size: 32px; width: 80px; height: 80px; } }
@media (max-width: 991.98px) { .service-box .service-list .service-item .item-wrap .item-num { font-size: 26px; width: 80px; height: 80px; } }
@media (max-width: 575.98px) { .service-box .service-list .service-item .item-wrap .item-num { width: 60px; height: 60px; font-size: 20px; } }
.service-box .service-list .service-item .item-wrap .item-name { font-weight: bold; font-size: 18px; color: #333333; line-height: 2; }
.service-box .service-list .service-item .item-wrap .item-desc { color: #666666; }
@media (max-width: 575.98px) { .service-box .service-list .service-item .item-wrap .item-desc { font-size: 14px; } }

.relate-news-swiper .item .item-wrap .item-bottom .item-title { font-size: 20px; color: #333333; }
.relate-news-swiper .item .item-wrap .item-bottom .item-desc { color: #999999; }

.relate-list .item .item-name .name-icon { width: 20px; height: 20px; position: relative; background-color: var(--theme-color); border-radius: 3px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-right: 3px; }
.relate-list .item .item-name .name-icon i { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; height: 0; width: 30%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: rotate(-90deg) translateX(-10%); -moz-transform: rotate(-90deg) translateX(-10%); -ms-transform: rotate(-90deg) translateX(-10%); -o-transform: rotate(-90deg) translateX(-10%); transform: rotate(-90deg) translateX(-10%); }
.relate-list .item .item-name .name-icon i::before, .relate-list .item .item-name .name-icon i::after { content: ''; display: block; position: absolute; width: 100%; height: 0; border-bottom: 1px solid #ffffff; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; right: 0; }
.relate-list .item .item-name .name-icon i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.relate-list .item .item-name .name-icon i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.image-list .item { overflow: hidden; }
.image-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; position: relative; }
.image-list .item .item-wrap .item-img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.image-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.image-list .item .item-wrap .item-name { color: #fff; position: absolute; height: 42px; font-weight: bold; font-size: 18px; line-height: 42px; z-index: 2; width: 100%; bottom: 10px; left: 2rem; -webkit-transition: opacity .5s,transform .3s; -moz-transition: opacity .5s,transform .3s; -ms-transition: opacity .5s,transform .3s; -o-transition: opacity .5s,transform .3s; transition: opacity .5s,transform .3s; }
.image-list .item .item-wrap .overlay { display: block; width: 100%; height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; padding: 10%; }
.image-list .item .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; opacity: 0; width: 100%; height: 100%; border-radius: 10px; background-color: rgba(0, 19, 63, 0.5); color: #ffffff; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-name { position: static; line-height: 2; text-align: center; height: auto; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-more { display: inline-block; border-radius: 10rem; border: 1px solid rgba(255, 255, 255, 0.5); padding: 5px 20px; font-size: 14px; color: #ffffff; }
.image-list .item .item-wrap::after { content: ''; position: absolute; width: 100%; height: 25%; display: block; left: 0; bottom: 0; background-image: linear-gradient(0deg, rgba(0, 19, 63, 0.8), rgba(0, 19, 63, 0.02)); }
@media (min-width: 992px) { .image-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .image-list .item:hover .item-wrap .item-name { transform: scale(2); opacity: 0; }
  .image-list .item:hover .item-wrap .overlay { display: block; }
  .image-list .item:hover .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  .image-list .item:hover .item-wrap .overlay .overlay-wrap .item-name { transform: scale(1); opacity: 1; } }
@media (max-width: 991.98px) { .image-list .item .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .image-list .item .item-wrap .item-name { transform: scale(2); opacity: 0; }
  .image-list .item .item-wrap .overlay { display: block; }
  .image-list .item .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  .image-list .item .item-wrap .overlay .overlay-wrap .item-name { transform: scale(1); opacity: 1; } }
